home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni & Inventori / Invenzioni and Inventori (Eclectica Publishing) (1996).ISO / invenzio / icoinv8.dir / 00019_Field_19.txt < prev    next >
Text File  |  1983-02-08  |  4KB  |  153 lines

  1. MENUPRINCIPALE
  2. ------------------------------
  3. on mouseUp
  4.   toglitutto
  5.   tell the stage 
  6.     if the moviename = "menu.dir" and the frame < 26 then 
  7.       exit
  8.     else
  9.       cless
  10.       if the colordepth <= 8 then
  11.         viff 1,48
  12.         updatestage
  13.       end if
  14.       if the moviename = "menu.dir" then
  15.         go to frame "menu"
  16.       else
  17.         
  18.         if the machinetype = 256 then
  19.           go to frame "menu" of movie char 1 of the moviepath&":\invenzio\menu.dir"
  20.         else
  21.           go to frame "menu" of movie "INVENZIONI:INVENZIO:MENU.DIR"
  22.         end if
  23.       end if
  24.     end if
  25.   end tell
  26. end
  27.  
  28. --------------------------------------------------------
  29. ---------------INDICE
  30. --------------------------------------
  31. on mouseUp
  32.   toglitutto
  33.   
  34.   tell the stage
  35.     if the moviename = "jukebox.dir" then
  36.       SET THE VISIBLE OF SPRITE 39 TO FALSE
  37.     else
  38.       SET THE VISIBLE OF SPRITE 47 TO FALSE
  39.     end if
  40.     updatestage
  41.     cambiainv  "menu","index"    
  42.   end tell
  43. end
  44. -------------------------------------------------------------
  45. JUKEBOX
  46. ----------------------------
  47. on mouseUp
  48.   toglitutto
  49.   tell the stage
  50.     if the moviename = "jukebox.dir" then
  51.       SET THE VISIBLE OF SPRITE 39 TO FALSE
  52.     else
  53.       
  54.       SET THE VISIBLE OF SPRITE 47 TO FALSE
  55.     end if
  56.     updatestage
  57.     cambiainv  "menu","jukebox"      
  58.   end tell
  59. end
  60. -----------------------------
  61. TIMELINE
  62. -----------------------------------
  63. on mouseUp
  64.   toglitutto
  65.   tell the stage
  66.     if the moviename = "jukebox.dir" then
  67.       SET THE VISIBLE OF SPRITE 39 TO FALSE
  68.     else
  69.       SET THE VISIBLE OF SPRITE 47 TO FALSE
  70.     end if
  71.         updatestage
  72.     cambiainv  "1a","timeline"      
  73.   end tell
  74.   end
  75. --------------------------------------
  76. VIVID
  77. ---------------
  78. on mouseUp
  79.   toglitutto
  80.   tell the stage
  81.     global nome_hd  
  82.     
  83.     SET FILELIST = [ ]
  84.     REPEAT WITH M=1 TO 999
  85.       
  86.       if the machinetype = 256 then
  87.         SET STRADA=nome_hd&":\invenzio\libri\"
  88.       else
  89.         SET STRADA=nome_hd&":invenzio:libri:"  
  90.       end if
  91.       
  92.       PUT getNthFileNameInFolder(STRADA, M) INTO N
  93.       put N
  94.       IF N=EMPTY THEN EXIT REPEAT
  95.       APPEND (FILELIST,N)
  96.     END REPEAT
  97.     
  98.     if M>2 then
  99.       global utente
  100.       global utente_name,filename,book,men
  101.       if objectp(men) then forget men
  102.       set utente_name to utente
  103.       cless
  104.       if the moviename = "jukebox.dir" then
  105.         SET THE VISIBLE OF SPRITE 39 TO FALSE
  106.       else
  107.         SET THE VISIBLE OF SPRITE 47 TO FALSE
  108.       end if
  109.       updatestage
  110.       if the machinetype < 255 then
  111.         go to movie "invenzioni:invenzio:vivid:vivid04"
  112.       else
  113.         go to movie  char 1 to 2 of the pathName&"\invenzio\vivid\vivid04"
  114.       end if
  115.     end if
  116.   end tell
  117. end
  118.  
  119. ---------------------------------------------------
  120. OPZIONI
  121. --------------------------
  122. on mouseUp
  123.   toglitutto
  124.   tell the stage to  chiamapopop
  125. end
  126.  
  127. --------------------------------
  128. RITORNO
  129. ----------------------------
  130. on mouseup
  131.   toglitutto
  132.   tell the stage
  133.     blocca
  134.     ritorna
  135.   end tell
  136. end
  137.  
  138. ----------------------------------
  139. GUIDA
  140. --------------------------
  141. on mouseUp
  142.   toglitutto
  143.   tell the stage
  144.     if the moviename = "jukebox.dir" then
  145.       SET THE VISIBLE OF SPRITE 39 TO FALSE
  146.     else
  147.       SET THE VISIBLE OF SPRITE 47 TO FALSE
  148.     end if
  149.     updatestage
  150.     cambiainv  "menu","guida"      
  151.   end tell
  152. end
  153.